home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.cookComplete)
- {
- _root.GotoEnding();
- }
- else if(_root.btn_dish1._currentframe == 2 and _root.btn_dish2._currentframe == 2)
- {
- _root.dishArrow.play();
- _root.dishArrow._visible = true;
- trace("필요 사운드");
- _root.needComplete.start();
- }
- else if(_root.btn_dish1._currentframe > 1 or _root.btn_dish2._currentframe > 1)
- {
- trace("더만들어 사운드");
- _root.moreComplete.start();
- }
- else
- {
- trace("장난사운드");
- _root.badSound2.start();
- }
- }
-